home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0387.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  982 b   |  28 lines

  1. Dan Connolly writes:
  2. > >ANNOTATE /file/to/annotate?/file/of/annotation?Text describing annotation.
  3. > I'd suggest
  4. > APPEND /file/to/annotate
  5. > <a HREF="file/of/annotation">Text describing annotation</a>
  6. > .
  7. > The server could impose limits on the length of the annotation,
  8. > and it should somehow validate the syntax, I suppose.
  9.  
  10. The point behind *not* doing general appends is that they aren't a
  11. good idea since document integrity is breached (a link is immediately
  12. obvious as just that and will cause little confusion [especially if
  13. clients always prepend a fullname], but if arbitrary text can be added
  14. to a document, you'll never know what's going on).  To be practical, I
  15. know *I'm* not going to run an httpd server that allows anyone to
  16. append any text they want to my documents.
  17.  
  18. And if general appends aren't going to be allowed (through server
  19. validation of the <A...> syntax or whatever), then why not just let
  20. the server construct the link append itself?
  21.  
  22. Marc
  23.  
  24.  
  25.